2014-11-10 - 15653 - Break Fix - UCC Labels for Case lots #ProductionBreakFix #ABAPUCC #SDSupportUCCLabels

2014-11-10 - 15653 - Service Request - UCC Labels for Case Lots

Problem Summary


Labels are not printed correctly for the Case-lot Sales Orders.
No UCC is printed for few Inb Deliveries.

Admin Info


Purpose
UCC Labels for Case Lots
Requested by
Rahul Attarde
Issue Date
11-10-2014
Resolved by
Deepak, Raghu, Adithya
Resolved Date
11-10-2014
Document Status
Complete

Detailed Problem Description

(Include Screen Shots if required )

1. Case-lot labels are not printed correctly for those sales orders when there is same grid maintained for all the items of the sales order.
2. Few Inbound Deliveries are not considered in the UCC Labels as the Packing Object is 12 in the Inbound Delivery.

Solution Analysis and Recommendations

(Include Screen Shots if required)

Analyzed that the behavior of the UCC labels is to consider the customer material number from the first Grid of the first material for all the case lot labels, there by causing the duplicates.
1. To overcome this duplication the logic need to be changed so as the Exact Customer Material number is considered, (For exact label to be printed for the SO Item, Material & Grid Specifically) when a case lot is printed.

2. As per the analysis UCC Label program is not considering those Inbound Deliveries for which the Packing Object is 12. This is hard coded in the program to consider 01 (Outbound Deliveries) and 03 (Inbound Deliveries), excluding the packing Object 12. It is observed for Inbound deliveries in Production Environment, that the packing object is 12 for few Inbound deliveries.
Need to find the reason why packing object is coming 12 for few Inb deliveries.
As of now it is decided to add 12 (Hard Code the value) in the program so that the Inbound deliveries with packing object 12 are also considered.

Resolution


Change the logic in the program as described above.
Run UCC Program for Outbound and Inbound Deliveries.

Release Information


Provide link here to Release Notes if Technical Objects were changed
2014-11-10 - 15653- Rel Notes - SNC-UCC Labels for Case Lotscorrectly